home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8964 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: isonews.bbn.hp.com!news
  2. From: Bruno Richard <bruno_richard@hp-france-om1.om.hp.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Q: identify PC uniquely
  5. Date: 7 Mar 1996 18:41:07 GMT
  6. Organization: Hewlett-Packard
  7. Message-ID: <4hnak3$4h1@isoit109.bbn.hp.com>
  8. References: <4hjme7$q4t@pukrs7.puk.ac.za> <4hkhke$33p@news.xs4all.nl>
  9. NNTP-Posting-Host: brd.grenoble.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15. You can use the MAC Adress of the LAN boards (if present) of PCs to
  16. uniquely identify them. You are ensured that this adress is unique.
  17. If the PC has no MAC@, do NOT rely on a BIOS signature (Flashable BIOSes
  18. would break), neither on RAM or Hard Disk size, which may be upgraded
  19. quite often.
  20.  
  21. One other good point to consider is to use DMI. DMI is a specification
  22. that allows you programatically to retrieve lots of information about 
  23. a computer. The drawback is that it is only one or two years old, so
  24. older PCs may not implement it.
  25.  
  26. You can get some info about DMI from http://www.intel.com
  27.  
  28. -bruno
  29.  
  30.